Improve the initial seeding of the randm() RNG. This is the RNG selected

for $rand() when RANDOM_SOURCE is 1.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@359 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-08-17 15:10:17 +00:00
parent 641565d4eb
commit 2fea73808f
2 changed files with 18 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Improve the initial seeding of the randm() fallback RNG. (caf)
* Strengthen the cookie generation algorithm for /detach. (caf)
* RANDOM_SOURCE now only affects the rand() scripting function. (caf)