About 25,800 results
Open links in new tab
  1. javascript - Random book generator - Stack Overflow

    May 30, 2023 · Random book generator. Ask Question Asked 1 year, 11 months ago. Modified 1 year, 11 months ago. Viewed ...

  2. Seeding the random number generator in JavaScript

    Aug 29, 2024 · The question is about seeding Math.random such that whenever Math.random is seeded with the same seed, it will produce the same successive series of random numbers. …

  3. Program to read a file and generate a random number

    Nov 3, 2023 · The below shows the generation of a random number from a text file having a book. * **Seed Initialization**: The PRNG (Pseudorandom Number Generator) is initialized with a …

  4. What is a good random number generator for a game?

    In a turn-based game, you're right--some minority of zealots will complain. They'll even tell you stories, in excruciating detail, of how you ruined their lives with a bad random number …

  5. Generating a fake ISBN from book title? (Or: How to hash a string …

    Oct 11, 2012 · Tying the ID to a book title is the only way I can think of to make the ID survive a CSV export/import into the Readerware internal database. – i-know-nothing Commented Oct …

  6. Image generator like https://www.randomlists.com but with API

    Aug 17, 2017 · "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated …

  7. How to use Faker to generate titles and real English texts

    Nov 29, 2019 · For English texts, why can't you do this? Faker::Quote.matz => "I believe that the purpose of life is, at least in part, to be happy.

  8. Generate random numbers using C++11 random library

    And it is really simple because a random number generator consists of two parts: (1) an engine that produces a sequence of random or pseudo-random values. (2) a distribution that maps …

  9. ruby on rails - How to generate fake book names? - Stack Overflow

    Jul 19, 2013 · I am building a library management app in rails3.2. I am trying to generate book names for testing purposes. Is it possible to generate such book names using faker g

  10. Generating random titles and descriptions in Python

    Nov 9, 2013 · Are there any python libraries which can generate random titles and random descriptions. Random title: A grammatically correct(but random) English sentence with less …

Refresh