FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Math:gen_rngを削除 · Issue #1020 · aiscript-dev/aiscript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
aiscript-dev
/
aiscript
Public
Notifications
You must be signed in to change notification settings
Fork
38
Star
242
Code
Issues
105
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Math:gen_rngを削除
#1020
Copy link
Copy link
Open
Open
Math:gen_rngを削除
#1020
Copy link
Description
syuilo
Issue body actions
AiScript実装から当該実装は削除し、必要に応じてホスト側で用意するようにする
仕様と実装が比較的複雑で、かつ外部ライブラリにも依存しているため、light-weightな言語という特徴には相容れず、言語機能として持っておくには負担が大きい
乱数生成には様々なニーズ(軽量で良いから精度は低くて良いケース、負荷が高くても良いから一様性を担保したいケースなど)があるため、それらをカバーするのはコストがかかる
Reactions are currently unavailable
Metadata
Metadata
Assignees
No one assigned
Labels
No labels
No labels
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions
Back
|
FazBrowse Home
|
New Git URL
AiScript実装から当該実装は削除し、必要に応じてホスト側で用意するようにする