Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js random seed

/* You can't manually set JS random generator's seed.
 * the only way to set the seed is to implement your own random number
 * generator, or use an existing one.
 */
 
PREVIOUS NEXT
Tagged: #js #random #seed
ADD COMMENT
Topic
Name
5+2 =