Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing Squirrel3 dependency #36

Merged
merged 3 commits into from Aug 6, 2022
Merged

removing Squirrel3 dependency #36

merged 3 commits into from Aug 6, 2022

Conversation

heckj
Copy link
Owner

@heckj heckj commented Aug 6, 2022

  • removes CLANG target dependency (C code) in favor of an embedded
    default pseudo-random number generator using the Xoshiro algorithm in
    pure swift. It's not as fast, but effective - and allows for using
    this package within Swift Playgrounds, which doesn't support CLANG
    target dependencies.

resolves #33

- removes CLANG target dependency (C code) in favor of an embedded
  default pseudo-random number generator using the Xoshiro algorithm in
  pure swift. It's not as fast, but effective - and allows for using
  this package within Swift Playgrounds, which doesn't support CLANG
  target dependencies.
@heckj heckj self-assigned this Aug 6, 2022
@heckj heckj merged commit 45c8cb9 into main Aug 6, 2022
@heckj heckj deleted the xoshiro branch August 6, 2022 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error message 'The target type, "ClangTarget" is not supported.' when using within Swift Playgrounds iOS
1 participant