- Cochin, India
Block or Report
Block or report ajaychandran
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
atmosphere Public
Forked from Atmosphere/atmosphere
Realtime Client Server Framework for the JVM, supporting WebSockets and Cross-Browser Fallbacks Support
Java
-
-
squants Public
Forked from typelevel/squants
The Scala API for Quantities, Units of Measure and Dimensional Analysis
Scala
-
overlap2d-runtime-libgdx Public
Forked from UnderwaterApps/overlap2d-runtime-libgdx
Overlap2D - UI and Level Editor libgdx runtime
Java
-
libgdx Public
Forked from libgdx/libgdx
Desktop/Android/HTML5/iOS Java game development framework
Java
-
macrogl Public
Forked from storm-enroute/macrogl
Scala macro-based frontend for OpenGL for structured and efficient graphics code.
Scala
14 contributions in the last year
Contribution activity
March 2023
Created 1 repository
- ajaychandran/effect-ts-io TypeScript
Created an issue in Effect-TS/io that received 2 comments
Is the upper limit in Random.nextIntBetween supposed to be inclusive?
At present, Random.nextIntBetween
returns an integer in the closed interval [min, max]
.
The underlying implementation uses data/Random that returns…