]> git.kaiwu.me - njs.git/commit
Math.random() method.
authorIgor Sysoev <igor@sysoev.ru>
Wed, 23 Mar 2016 12:49:46 +0000 (15:49 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 23 Mar 2016 12:49:46 +0000 (15:49 +0300)
commit9ad031416cedbb537703b6416fe9c066d02cd98e
tree308f35849cab2969a21e65ba48993ee7d6698f8c
parent6bc2bf1b4e7d9b53cd18e100135dece0ae9ff81c
Math.random() method.
31 files changed:
Makefile
njs/njs_array.c
njs/njs_boolean.c
njs/njs_builtin.c
njs/njs_disassembler.c
njs/njs_extern.c
njs/njs_function.c
njs/njs_generator.c
njs/njs_lexer.c
njs/njs_lexer_keyword.c
njs/njs_math.c
njs/njs_nonrecursive_parser.c
njs/njs_number.c
njs/njs_object.c
njs/njs_parser.c
njs/njs_parser_expression.c
njs/njs_regexp.c
njs/njs_string.c
njs/njs_variable.c
njs/njs_vm.c
njs/njs_vm.h
njs/njscript.c
njs/test/njs_unit_test.c
nxt/Makefile
nxt/auto/configure
nxt/auto/getrandom [new file with mode: 0644]
nxt/nxt_random.c [new file with mode: 0644]
nxt/nxt_random.h [new file with mode: 0644]
nxt/nxt_types.h
nxt/test/Makefile
nxt/test/random_unit_test.c [new file with mode: 0644]