The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Random Functions
#4
The time function t() and updateSeed() work together - you only need those if you want to re-seed.

randomBase gives you a number from 0-255 (very quickly)

randomBin (with an awful name. Should probably be randomLimit) gives you 0-n

You can probably see it's trivial to do other ranges.

10-20 would be randomBin(10)+10 for example.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)